Skip to content

feature: switch Docker base images to eclipse-temurin 25#267

Open
devin-ai-integration[bot] wants to merge 1 commit into
DevOpsfrom
devin/1783431165-docker-temurin25
Open

feature: switch Docker base images to eclipse-temurin 25#267
devin-ai-integration[bot] wants to merge 1 commit into
DevOpsfrom
devin/1783431165-docker-temurin25

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jul 7, 2026

Copy link
Copy Markdown

Summary

Migrates the two-stage Dockerfile off the deprecated openjdk images (which have no Java 25 tags) to Eclipse Temurin, targeting Java 25. Scoped to the Dockerfile only — pom.xml/README/helm/k8s are handled by parallel PRs.

Image changes:

  • Builder stage: maven:3.8.3-openjdk-17maven:3.9-eclipse-temurin-25
  • Deployer stage: openjdk:17-alpineeclipse-temurin:25-jre-alpine

Everything else (WORKDIR, COPY, mvn clean install -DskipTests=true, EXPOSE 8080, ENTRYPOINT, jar path) is unchanged. asAS casing normalized.

Verification

Both tags were pulled and confirmed to report a 25.x JVM:

$ docker run --rm eclipse-temurin:25-jre-alpine java -version
openjdk version "25.0.3" 2026-04-21 LTS
OpenJDK Runtime Environment Temurin-25.0.3+9 (build 25.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-25.0.3+9 (build 25.0.3+9-LTS, mixed mode, sharing)

$ docker run --rm maven:3.9-eclipse-temurin-25 java -version
openjdk version "25.0.3" 2026-04-21 LTS
OpenJDK Runtime Environment Temurin-25.0.3+9 (build 25.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-25.0.3+9 (build 25.0.3+9-LTS, mixed mode, sharing)

Note: a full application image build is not exercised here (the pom.xml Java 25 upgrade lands in a separate parallel PR), per task scope.

Link to Devin session: https://app.devin.ai/sessions/827917edb31c4e9b8e22b5ba8fea9111
Requested by: @Colhodm


Devin Review

Status Commit
⚪ Not started

Run Devin Review

Open in Devin Review (Staging)

Co-Authored-By: Arjun Mishra <arjunsaxmishra@gmail.com>
@Colhodm Colhodm self-assigned this Jul 7, 2026
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant